Help

Text Area

If you want to input more than one line of text you should use a Text Area rather than a Text Field.


Add a Text Area:

Text area dialog

  1. Position the cursor where you want the Text Area to be.
  2. Click the TArea button on the form palette to get the dialog box above. This dialog allows you to insert a text area (a scrollable area in which the user can type more than one line of text) into a form.
  3. Specify values for Form Tag and, optionally, Initial Text.
  4. Optionally specify the Area Attributes: Rows (number of rows) and Cols (number of columns).
  5. Click OK, and the text area appears where the cursor was positioned.

Every form element must must have a "Form Tag". When a form is submitted, then the POST to the form URL will contain "<Form Tag>=<Contents of the Text Area>". The text area may be initialized so that it starts out containing the text specified in the Initial Text region.

Forms ... Form Palette

Help Contents